net/http.conn.hijacked (method)
8 uses
net/http (current package)
server.go#L309: func (c *conn) hijacked() bool {
server.go#L767: if cr.conn.hijacked() {
server.go#L915: if !w.wroteContinue && w.canWriteContinue.Load() && !w.conn.hijacked() {
server.go#L971: if c.hijacked() {
server.go#L1145: if w.conn.hijacked() {
server.go#L1615: if w.conn.hijacked() {
server.go#L1874: if !c.hijacked() {
server.go#L2012: if c.hijacked() {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |